home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / dble.z / dble
Encoding:
Text File  |  2002-10-03  |  1.5 KB  |  43 lines

  1. DBLE(3I)                                              Last changed: 4-14-99
  2.  
  3.  
  4. NNAAMMEE
  5.      DDBBLLEE - Converts to double-precision real
  6.  
  7. SSYYNNOOPPSSIISS
  8.      DDBBLLEE (([AA==]_a))
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, IRIX systems
  12.  
  13.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  14.  
  15. SSTTAANNDDAARRDDSS
  16.      Fortran
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      This intrinsic function converts the specified type to double
  20.      precision.  This is an elemental intrinsic functions.  It accepts the
  21.      following arguments:
  22.  
  23.      _a         Must be type integer, real, or complex.
  24.  
  25.                If _a is of type complex, an approximation of the real part
  26.                of _a is returned.  As much precision as possible is
  27.                retained.
  28.  
  29.                The data type and kind type for single-precision,
  30.                double-precision, and quad-precision values differ depending
  31.                on your platform.  For platform-specific information, see
  32.                the TERMINOLOGY section of the IINNTTRROO__IINNTTRRIINN(3I) man page.
  33.  
  34. NNOOTTEESS
  35.      The name of this intrinsic function cannot be passed as arguments.
  36.  
  37. RREETTUURRNN VVAALLUUEESS
  38.      DDBBLLEE returns the double-precision equivalent of its argument.
  39.  
  40. SSEEEE AALLSSOO
  41.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  42.      man page.
  43.